@font-face {
    font-family: decima_nova_pro;
    src: url(font/decima_nova_pro-webfont.woff);
}

@font-face {
    font-family: brandon_bld;
    src: url(font/brandon_bld_1-webfont.woff);
}

@font-face {
    font-family: decima_nova_pro_bold;
    src: url(font/decima_nova_pro_bold-webfont.woff);
}

@font-face {
    font-family: decima_nova_pro_heavy;
    src: url(font/decima_nova_pro_heavy-webfont.woff);
}

@font-face {
    font-family: decima_nova_pro_light;
    src: url(font/decima_nova_pro_light-webfont.woff);
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/*////////////////// À AJOUTER//////////////////*/

.notification_container {
    font-family: decima_nova_pro_heavy, sans-serif;
    font-size: 21px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #545454;
    line-height: 1.1em;
    border: 1px solid rgba(128, 128, 128, 0.48);
    padding-top: 40px;
    margin-bottom: 30px;
    background: url('images/bg-phone.jpg') right bottom no-repeat;
    min-height: 110px;
		display:none;
}

.notification_container strong {
    color: #F4511E;
    font-size: 1.5em;
}

.notification_container p {
    font-family: decima_nova_pro,sans-serif;
    font-size: 15px;
    color: #777777;
    font-weight: 100;
    padding-top: 18px;
    padding-bottom: 0px;
}

/* //////////////////// PLUS L'IMAGE DE BACKGROUND///////////////*/

html,body {
  outline: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.login {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: decima_nova_pro, sans-serif; 
}
body form#userForm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
}

header {
  width: 1200px;
  height: 122px;
  margin: 0 auto;
  background: #424949;
  margin-bottom: 40px;
  border-bottom: 5px solid #F4511E;
  box-sizing: border-box;
}
header:before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #424949;
  height: 122px;
  top: 0px;
  left: 0px;
  border-bottom: 5px solid #F4511E;
  box-sizing: border-box;
}

.h1_container {
  float: right;
}

.h1_container h2 {
  font-family: brandon_bld, sans-serif;
  font-weight: normal;
  color: white;
  /* margin: 54px 0 0 0; */
  margin: 14px 0 0 0; 
  text-align: right;
  font-weight: bold;
  font-size: 23px;
}

header h1 {
  font-family: brandon_bld, sans-serif;
  color: #F4511E;
  margin: 0px 0px 0px 0px;
  font-size: 1.05em;
  text-transform: uppercase;
}

header img {
  transform: translate(0, -50%);
  top: 50%;
  position: relative;
}
.forfaits_forfait {
  /* width: 294px; */
  width: 238px;
  box-sizing: border-box;
  padding: 10px;
  float: left;
  color: #626161;
}

.forfaitsHeaderClass, .appareilsHeaderClass, .accessoiresHeaderClass, .checkoutHeaderClass{
  background-color: orange;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: center;
}
#forfaitsBody {
  margin-bottom: 17px;
}
.content {
  width: 1200px;
  margin: 0 auto;
  font-family: decima_nova_pro,sans-serif;
  position: relative;
    overflow: visible;
}

  .appareilsTable { 
    margin: 0 auto;
    text-align: center;
  }
      
  .appareilsTable td {
    width: 270px;
    text-align: center;
  }
  
  .appareilsTableCell {
    width: 270px;
    text-align: center;
    display: inline-table;
    position: relative;
    padding-top: 20px;
    margin-top: 0px;
  }

  .appareilsTableCell:hover .cellAddCartButton {
  box-shadow: 0px 6px 0px 0px rgb(219, 219, 219);
}

.appareilsTableCell:after {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  height: 30%;
  top: 21%;
  margin-left: 47px;
}

.appareilsTableCell:nth-child(4n):after {
  width: 0px;
}

.appareilsTableCellOver {
  background: rgba(0, 0, 0, 0.8); 
  width: 100%; 
  height: 100%; 
  position: absolute; 
  z-index: 110; 
  top: 0px; 
  box-sizing: border-box;
  display: none;
}

.appareilsSelectButton {
  width: 184px;
  height: 43px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #585756;
  margin-top: 20px;
  margin-bottom: 30px;
  z-index: 9999;
  position: relative;
  border: 0px;
  font-family: decima_nova_pro, sans-serif;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0px 6px 0px 0px rgb(55, 54, 53);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  position: relative;
  top: 0px;
  outline: none;
}

.appareilsGroupName {
  display: block;
  border-bottom: 1px solid #cccccc;
  width: 210px;
  margin: 0 auto;
  height: 40px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: 'decima_nova_pro_heavy';
  font-size: 1.3em;
  color: #3F3F3F;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1em;
  text-align: center;
  justify-content: center;
}

#moreAppareilsButton, #moreGroupAppareilsButton {
  background-color: #F4511E;
  border: none;
  font-family: 'decima_nova_pro_heavy';
  font-size: 1.3em;
  color: white;
  padding: 19px 0px;
  width: 100%;
  margin: 20px 0px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

input#moreAppareilsButton:hover, #moreGroupAppareilsButton:hover  {
  background-color: #3F3D3D;
}


input#lessAppareilsButton {
  background-color: #3F3D3D;
  border: none;
  font-family: 'decima_nova_pro_heavy';
  font-size: 1.3em;
  color: white;
  padding: 19px 0px;
  width: 100%;
  margin: 20px 0px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

input#lessAppareilsButton:hover {
  background-color: #F4511E;
  border: none;
  font-family: 'decima_nova_pro_heavy';
  font-size: 1.3em;
  color: white;
  padding: 19px 0px;
  width: 100%;
  margin: 20px 0px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.appareilsTableCellOverName {
  color: #ffffff;
  margin: 10px auto;
  border-bottom: 1px solid #F4511E;
  margin-left: 20px;
  margin-right: 20px;
  height: 70px;
  font-family: 'decima_nova_pro_heavy';
  font-size: 1.3em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1em;
  text-align: center;
  justify-content: center;
}

.appareilsTableCellOverPrice {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34);
}

.appareilsTableCellOverPriceValue {
  margin-left: 1px;
  position: relative;
  bottom: -1px;
  color: #F4511E;
  font-family: 'decima_nova_pro_heavy', sans-serif;
  font-size: 1.6em;
  line-height: 1em;
}

.appareilsTableCellOverPriceLabel{
  color: #ffffff;
  font-size: 10px;
}

.appareilsTableCellOverPriceDolar {
  color: #ffffff;
  font-family: 'decima_nova_pro_heavy', sans-serif;
  font-size: 1.6em;
  line-height: 1em;
}

.appareilsTableCellOverDescLine {
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: left;
  background-image: url("images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-position-x: 0px;
  padding-left: 23px;
}

.appareilsTableCellOverDesc {
  margin: 18px 29px 0px 13px;
}

.appareilsTableCellOverCMColor {
  margin: 15px auto;
  margin-bottom: 0px;
  text-align: left;
  line-height: 25px;
  color: #ffffff;
  overflow: auto;
  width: 246px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.49);
  padding-bottom: 10px;
}

.appareilsColorSelect {
  text-align: center;
  float: left;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  padding: 10px 0px 7px 0px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 75px;
}

.appareilsColorSelect:nth-child(3n+1) {
  margin-left: 0px;
}

.appareilsColorSelect img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0px auto;
}

span.appareilsColorName {
  display: block;
  text-align: center;
  width: 100%;
}

.appareilsTableCellOverCMMemory {
  margin: 15px auto;
  text-align: left;
  line-height: 25px;
  color: #ffffff;
  overflow: auto;
  width: 246px;
}

.appareilsTableCellOverCMMemory div {
  text-align: center;
  float: left;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  padding: 10px 0px 7px 0px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 75px;
  font-weight: bold;
}

.appareilsTableCellOverCMMemory input[type="radio"] {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
}
.appareilsTableCellOverCMMemory :nth-child(3n+1) {
  margin-left: 0px;
}

.appareilsTableCellPriceValue {
  color: #4C4C4C;
  font-family: 'decima_nova_pro_heavy', sans-serif;
  font-size: 1.6em;
  line-height: 1em;
}

.appareilsTableCellPriceLabel {
  font-size: 0.95em;
  color: #F4511E;
  margin-right: 2px;
}

.appareilsTableCellOverPriceLabel {
  color: #ffffff;
  font-size: 13px;
  margin-right: 4px;
  font-weight: bold;
}

.appareilsTableCellPriceDolar {
  color: #F4511E;
  font-family: 'decima_nova_pro_heavy', sans-serif;
  font-size: 1.6em;
  line-height: 1em;
} 

.forfaits_table {
  border: 1px solid #bbbbbb;
}

.forfaits_bigLine {
  background-image: url("images/black-arrow.png");
  background-repeat: no-repeat;
  background-position-y: 9px;
  padding-left: 20px;
}

.forfaits_bigLine_line1 {
  color: #F4511E;
  font-size: 23px;
  font-weight: normal;
  margin-right: 5px;
  font-family: decima_nova_pro_heavy;

}


.forfaits_smallLine {
  background-image: url("images/orange-arrow.png");
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-position-x: 20px;
  padding-left: 40px;
}

.forfaits_line {
  font-size: 14px;
}

.forfaits_simpleLine_line {
  font-size: 14px;
  display: block;
  padding-left: 40px;
}


.forfaits_smallLine_line1 {
  color: #F4511E;
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
}

.forfaits_name {
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
  height: 80px;
}
.forfaits_name:after {
  content: '';
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: 0px;
  border-bottom: 1px solid #cccccc;
}

.forfaits_name_line1 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #545454;
  font-family: brandon_bld;
  text-transform: uppercase;
  line-height: 0.8em;
  margin-top: 13px;
}

.forfaits_name_line2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #999999;
  font-family: brandon_bld;
  text-transform: uppercase;
  line-height: 0.8em;
  margin-top: 10px;
}

.forfaits_name_line_promo {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    font-family: brandon_bld;
    text-transform: uppercase;
    line-height: 0.8em;
    margin-top: 10px;
    background-color: red;
    padding: 4px;	
}

.forfaits_price {
  padding-bottom: 5px;
  position: relative;
  /*margin-bottom: 25px;*/
  margin-bottom: 10px;
}
.forfaits_price:after {
  content: '';
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: -13px;
  /*border-bottom: 1px solid #cccccc;*/
}

.forfaits_price_line1 {
  color: #F4511E;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-weight: normal;
  font-family: decima_nova_pro_heavy;
  line-height: 0.9em;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.forfaits_price_line1:hover {
  color: rgb(74, 74, 74);
}

.forfaits_price_line1:nth-letter(1){
  font-size:0.850em;
}

.forfaits_forfait:hover .forfaits_price_line1 {
  color: rgb(74, 74, 74);
}

.forfaits_price_line2 {
  color: #555555;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.forfaits_select_button {
  width: 180px;
  border: 0px;
  color: #ffffff;
  background-color: #F4511E;
  padding: 13px;
  border-radius: 5px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 4px;
  display: block;
  font-family: decima_nova_pro, sans-serif;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0px 6px 0px 0px rgb(179, 91, 17);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  position: relative;
  top: 0px;
}

.forfaits_select_button_disabled{
  width: 180px;
  border: 0px;
  color: #ffffff;
  background-color: #999999;
  padding: 13px;
  border-radius: 5px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 4px;
  display: block;
  font-family: decima_nova_pro, sans-serif;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0px 6px 0px 0px #545454;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  position: relative;
  top: 0px;
}

input {
  outline-width: thin;
}

input.forfaits_select_button {
  outline: none;
}

input.forfaits_select_button:hover {
  box-shadow: none;
  top: 5px;
}

#accessoiresBody .blockHeaderDivLine1 {
  color: #F4511E;
  line-height: 1em;
  margin-top: 5px;
  height: 54px;
}

.accessoires_phone_div {
  width: 300px;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.accessoires_phone_div img {
  width: 90%;
}

.accessoiresForfaitsDiv {
  display: block;
  width: 900px;
  position: relative;
  float: right;
}   

.accessoiresForfaitDiv {
  width: 450px;
  height: 130px;
  padding: 30px 29px;
  display: table;
  float: left;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.accessoires_forfaits_title {
  display: block;
  color: #F4511E;
  font-family: brandon_bld;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.accessoiresForfaitName {
  width: 250px;
  display: table-cell;
  text-transform: uppercase;
  font-size: 19px;
  vertical-align: middle;
  color: #595959;
  font-weight: normal;
  box-sizing: border-box;
} 

.accessoiresForfaitPrice {
  color: #F4511E;
  font-size: 30px;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  font-family: 'decima_nova_pro_heavy', sans-serif;
  text-align: right;
  float: right;
}

.accessoiresForfaitButtonSpan {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.accessoiresForfaitButtonSpan:hover {
  background: rgba(0, 0, 0, 0.74);
}

.accessoiresForfaitButton:hover {
  box-shadow: none;
  top: 5px;
}

.accessoiresForfaitButton {
  margin: 14px auto;
  display: block;
  width: 184px;
  height: 43px;
  border-radius: 5px;
  color: #F4511E;
  background-color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 30px;
  z-index: 9999;
  position: relative;
  border: 0px;
  font-family: decima_nova_pro, sans-serif;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0px 6px 0px 0px rgb(169, 169, 169);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  top: 0px;
  outline: none;
  margin-top: 28px;
}

#accessoiresPhoneMemoireDiv {
  margin: 0 auto;
}

/*
#accessoiresPhoneMemoireDiv label {
  text-align: center;
  float: left;
  margin-left: 10px;
  border: 1px solid rgba(50, 48, 48, 0.21);
  padding: 5px 0px 5px 0px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 75px;
  color: rgb(102, 99, 99);
}
*/

#accessoiresPhoneMemoireDiv label input {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5px;
}

#accessoiresPhoneMemoireDiv input {
  visibility: hidden;
  position: absolute;
  outline: none;
}


#accessoiresPhoneMemoireDiv label > i{
  text-align: center;
  float: left;
  margin-left: 10px;
  border: 1px solid rgba(50, 48, 48, 0.21);
  padding: 5px 0px 5px 0px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 75px;
  color: rgb(102, 99, 99);
  font-style: normal;
  transition: 0.1s;
}

#accessoiresPhoneMemoireDiv input:checked + i {
  border: 1px solid rgb(251, 133, 7);
  font-weight: bold;
}

#accessoiresPhoneMemoireDiv label> i:hover {
  border: 1px solid rgb(251, 133, 7);
  box-shadow: inset 0px 0px 0px 2px rgb(251, 133, 7);
  font-weight: bold;
}

.accessoiresPhoneMemoireContainer {
  clear: both;
  margin-top: 10px;
  display: inline-block;
}

#accessoiresPhoneMemoireDiv label:nth-child(3n+1) i {
  margin-left: 0px;
}

.rad > input {
  visibility: hidden;
  position: absolute;
  outline: none;
}

.rad img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid #676666;
  transition: 0.2s;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0px 5px;
}

.rad img:hover {
  box-shadow: 0px 0px 0px 3px rgb(255, 107, 0);
  border: 2px solid rgb(255, 255, 255);
}

.rad > input:checked + img {
  border: 2px solid rgb(255, 107, 0);
  box-shadow: none;
  box-shadow: 0px 0px 0px 3px rgb(255, 107, 0);
  border: 2px solid rgb(255, 255, 255);
}


#headerLineName:after {
  content: "Votre appareil sélectionné";
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #454545;
  line-height: 1.4em;
  margin-left: 2px;
}

#headerLineNameEn:after {
  content: "Your selected phone";
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #454545;
  line-height: 1.4em;
  margin-left: 2px;
}



#accessoiresBody .content {
  overflow: hidden;
  clear: both;
}

.accessoires_accessoires_div {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.accessoires_accessoires_title {
  display: block;
  color: #F4511E;
  font-family: brandon_bld, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.accessoiresOptionsDiv {
  display: block;
  width: 900px;
  position: relative;
  float: right;   
}

.accessoires_options_title {
  display: block;
  color: #F4511E;
}


.accessoires_accessoires_title {
  display: block;
  color: #F4511E;
  font-family: brandon_bld;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.accessoires_accessoire_div {
  width: 198px;
  float: left;
  display: block;
  height: 245px;
  height: 275px;
  border: 1px solid #aaaaaa;
  position: relative;
  box-sizing: border-box;
}

.accessoires_accessoire_price {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  bottom: 0px;
}

input.accessoires_accessoire_free_button {
  width: 140px;
  height: 29px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #585756;
  z-index: 9999;
  position: relative;
  border: 0px;
  font-family: decima_nova_pro, sans-serif;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0px 5px 0px 0px rgb(55, 54, 53);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  position: relative;
  top: 0px;
  outline: none;
  display: inline-block;
  z-index: 30;
}

.accessoires_accessoire_price_base {
  display: inline-block;
  text-align: left;
  text-decoration: line-through;
  font-weight: bold;
  color: #565656;
}

.accessoires_accessoire_price_final {
  display: inline-block;
  text-align: right;
  color: #F4511E;
  float: right;
  font-size: 1.4em;
  font-family: 'decima_nova_pro_heavy', arial-black, sans-serif;
  line-height: 1em;
}

.accessoires_accessoire_image {
  width: 122px;
  height: 122px;
  margin: 0 auto;
  display: block;
  margin-top: 7px;
}

.accessoires_accessoire_name {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 8px;
  height: 53px;
  color: #595959;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  position: relative;
}


.accessoiresAccessoireCellOver {
  width: 100%;
  position: absolute;
  z-index: 110;
  box-sizing: border-box;
  display: none;
  text-align: center;
  bottom: 130px;
  background: rgba(0, 0, 0, 0.64);
}

.accessoiresAccessoireCellOverImage {
  width: 120px;
  height: 120px;
  margin: 0px auto;
  display: block;
  margin-top: 8px;
  display: none;
}

.accessoiresAccessoireCellOverButton {
  width: 150px;
  height: 35px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #585756;
  z-index: 9999;
  position: relative;
  margin: 10px auto 10px;
  display: block;
}   


.accessoiresAccessoireCellPlusMinusOverButton {
  line-height: 18px;
  position: relative;
  margin: 10px auto 10px;
  display: inline-block;
  width: 42px;
  height: 32px;
  border-radius: 5px;
  color: #585756;
  background-color: #FFFFFF;
  margin-top: -20px;
  margin-bottom: 30px;
  z-index: 9999;
  border: 0px;
  font-family: decima_nova_pro, sans-serif;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0px 6px 0px 0px rgb(203, 203, 203);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  position: relative;
  top: 0px;
  outline: none;
  margin: 5px 9px;
  margin-bottom: 13px;
}

.accessoiresAccessoireCellTotalOverInput {
  width: 30px;
  height: 28px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgb(216, 216, 216);
  outline: none;
  font-weight: bolder;
  color: rgb(251, 133, 7);
  font-size: 0.8em;
  top: 3px;
  position: relative;
}

.accessoiresAccessoireCellPlusMinusOverButton:hover {
  top: 5px;
  box-shadow: none;
}

.bt_container{
  text-align: center;
    margin-bottom: 40px;
}

.bt_container button {
  width: 30%;
  display: inline-block;
  border: none;
  font-family: 'decima_nova_pro_heavy';
  font-size: 1em;
  text-transform: uppercase;
  color: white;
  padding: 17px 10px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  border-radius: 6px;
  position: relative;
  top: 0px;
  background-color: #4D4D4D;
  box-shadow: 0px 9px 0px 0px rgb(60, 60, 60);
}


.bt_container button:last-child {
  margin: 0px;
  margin-right: 0px;
  float: right;
  box-shadow: 0px 9px 0px 0px rgb(182, 100, 12);
  background-color: #F4511E;
}

.bt_container button:first-child {
  float: left;
  
}

.bt_container button:hover {
  top: 6px;
  box-shadow: none!important;
  cursor: pointer;
}

hr.before_bt {
  width: 65%;
  height: 1px;
  border: none;
  background: rgba(128, 128, 128, 0.33);
  margin-bottom: 24px;
  clear:both;
}

.panierTable {  
  margin: 0 auto;
}


.panierTablePhoneLine {
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}

.panierTablePhoneLine a {
  overflow: hidden;
  height: auto;
  display: block;
  float: left;
  position: relative;
}

.panierTableAccessoireLine {
  display: block;
  clear: both;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}

.panierTableForfaitLine {
  display: block;
  clear: both;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}

.panierTablePhoneLinePhone {
  height: 100px;
  width: 75px;
  display: inline-block;
  float: left;
  text-align: center;
}

.panierTableAccessoireLineImage {
  height: 75px;
  width: 75px;
  display: inline-block;
  float: left;
}

.panierTableForfaitLineImage {
  height: 50px;
  width: 75px;
  display: inline-block;
  float: left;
}

.panierTablePhoneLinePhone img {
  height: 100px;
  max-width: 70px;
}
.panierTableAccessoireLineImage img {
  height: 70px;
  width: 70px;
}


.panierTableForfaitLineImage img {
  height: 50px;
  max-width: 70px;
}

.container_car_row {
  float: left;
}

.cart_row_info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1120px;
}

.panierTablePhoneLineName, .panierTableAccessoireLineName {
  width: 400px;
  display: inline-block;
  padding-left: 30px;
  border-left: 1px solid #aaaaaa;
  color: #555555;
}

.panierTableAccessoireLineName {
  width: 350px;
}

.panierTableAccessoireLineName .number_products {
  font-family: decima_nova_pro_bold, sans-serif;
  color: rgb(81, 81, 81);
  font-size: 1.1em;
}

.price_accessoire {
  font-family: decima_nova_pro_bold, sans-serif;
  color: rgb(81, 81, 81);
}

.panierTablePhoneLineName {
  color: rgb(251, 133, 7);
  font-family: decima_nova_pro_bold, sans-serif;
  font-size: 17px;
  padding: 20px;
  padding-right: 9px;
  text-transform: uppercase;
}

.panierTableForfaitLineName {
  width: 350px;
  display: inline-block;
  padding-left: 30px;
  border-left: 1px solid #aaaaaa;
  color: #555555;
}


.panierTablePhoneLineMonthValue, .panierTableAccessoireLineMonthValue {
  width: 160px;
  display: inline-block;
  color: #555555;
  text-align: right;
  position: relative;
}

.panierTableForfaitLineMonthValue {
  width: 160px;
  display: inline-block;
  color: #555555;
  height: 50px;
  line-height: 50px;
  text-align: right;
}

.panierTablePhoneLineSaleValue, .panierTableAccessoireLineSaleValue {
  width: 255px;
  display: inline-block;
  color: #555555;
  text-align: right;
  position: relative;
}

.panierTableForfaitLineSaleValue {
  width: 255px;
  display: inline-block;
  color: #555555;
  height: 50px;
  line-height: 50px;
  text-align: right;
}


.panierTablePhoneHeader {
  border-bottom: 1px solid #F4511E;
  padding: 5px 1px;
}

.panierTablePhoneHeaderPhone {
  width: 575px;
  display: inline-block;
  font-family: brandon_bld, sans-serif;
  font-size: 18px;
  color: #595959;
  letter-spacing: -0.5px;
  -webkit-font-smoothing: auto;
}

.panierTablePhoneHeaderMonthValue {
  width: 220px;
  display: inline-block;
  font-family: brandon_bld, sans-serif;
  font-size: 18px;
  color: #595959;
  letter-spacing: -0.5px;
  -webkit-font-smoothing: auto;
}

.panierTablePhoneHeaderSaleValue {
  width: 220px;
  display: inline-block;
  font-family: brandon_bld, sans-serif;
  font-size: 18px;
  color: #595959;
  letter-spacing: -0.5px;
  -webkit-font-smoothing: auto;
}

.panierTableLineSeparator {
  margin: 0px;
  height: 1px;
  background: #cccccc;
  border: 0px;
}

.panierTableTotalLine {
  border-top: 1px solid #F4511E;
  border-bottom: 1px solid #F4511E;
  padding-bottom: 8px;
}

.panierTableTotalLineEmpty {
  width: 300px;
  display: inline-block;
}

.panierTableTotalLineName {
  width: 143px;
  display: inline-block;
  font-weight: bold;
  padding-top: 9px;
  font-family: brandon_bld, sans-serif;
  font-size: 18px;
  color: #595959;
  text-transform: uppercase;
} 

.panierTableTotalLineMonthValue {
  width: 220px;
  display: inline-block;
  text-align: right;
  font-size: 20px;
  font-family: brandon_bld, sans-serif;
  font-weight: bold;
  color: #F4511E;
  text-transform: uppercase;
}

.panierTableTotalLineSaleValue {
  width: 255px;
  display: inline-block;
  text-align: right;
  font-size: 20px;
  font-family: brandon_bld, sans-serif;
  font-weight: bold;
  color: #F4511E;
  text-transform: uppercase;
}


.panierTablePhoneLineEdit, .panierTableAccessoireLineEdit {
  font-size: 12px;
  width: 115px;
  display: inline-block;
  text-align: center;
  margin-left: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.panierTablePhoneLineEdit a {
  width: 30px;
  height: 28px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
}

.modify_appareil {
  background-image: url("images/edit-portail.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 6px;
}
.modify_appareil:hover {
  background-position: 0px -32px;
}
.delete_appareil {
  background-image: url("images/edit-delete.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.delete_appareil:hover {
  background-position: 0px -32px;
}

.img_edit {
  background-image: url("images/edit-portail_onimg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 0px;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 50%;
  left: 50%;
  margin-left: -19px;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
}

.panierTablePhoneLine:hover .img_edit {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.panierTableGroupPhoneLine .img_edit {
  margin-left: -14px;
}


.img_edit:hover {
  background-position: 0px -35px;
}

.blockHeaderDiv {
  width: 1200px;
  display: block;
  clear: both;
  border-bottom: 1px solid #F4511E;
  margin-bottom: 20px;
}

a.blockHeaderDivLink .active {
  border: none;
}

a.blockHeaderDivLink .active .blockHeaderDivLine1 {
  color: #F4511E;
}

.blockHeaderDiv.active .blockHeaderDivLine1 {
  color: #F4511E;
}

.blockHeaderDivLine1 {
  font-family: brandon_bld;
  font-size: 31px;
  font-weight: bold;
  color: #4D4D4D;
  display: block;
  height: 35px;
  -webkit-font-smoothing: auto;
  text-transform: uppercase;
  position: relative;
  transition: all 0.1s linear;
}

.blockHeaderDivLine2 {
  font-family: brandon_bld, sans-serif;
  font-size: 14px;
  color: #454545;
  display: block;
}

.blockHeaderDivLink .blockHeaderDivLine1:hover {
  color: #F4511E;
}

.blockHeaderDivLink:link, .blockHeaderDivLink:visited, .blockHeaderDivLink:hover, .blockHeaderDivLink:active {
  text-decoration: none;
}

.accessoiresHeaderLinePrice {
  width: 150px;
  display: block;
  height: 34px;
  color: #585756;
  text-align: right;
  float: right;
  top: 18px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-family: 'decima_nova_pro_heavy', arial-black, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
}

.dashed_line {
  padding-bottom: 7px;
  position: relative;
  margin-bottom: 11px;
}
.dashed_line:after {
  content: '';
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: -5px;
  border-bottom: 1px dashed #cccccc;
}

.forfaits_multiLine{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sommaireBlockHeaderDivLine {
  border-bottom: 1px solid #cccccc;
  font-family: brandon_bld, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #F4511E;
  display: block;
  height: 31px;
  clear: both;
}

.sommaireBlockHeaderDivDetail {
  background-color: #F4511E;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  margin-bottom: 20px;
}

.sommaireBlockHeaderDivDetailWhite {
  color: #ffffff;
  font-family: brandon_bld, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

#sommaireBlockHeaderTotalMensuel {
  font-family: brandon_bld;
  font-size: 25px;
  font-weight: bold;
  margin-left: 15px;
  color: #000000;
}

.sommaireBlockHeaderDivDetailBlack {
  color: #000000;
  font-family: brandon_bld;
  font-size: 25px;
  font-weight: bold;
  margin-left: 11px;
}

#sommaireBody .sommaireDataBlock {
  color: #848484;
}

#sommaireBody .sommaireDataBlockTitle {
  margin-bottom: 4px;
}

.sommaireDataBlockData input {
  width: 320px;
  height: 15px;
  padding: 10px;
  outline-color: rgba(255, 155, 0, 1);
  font-size: 0.850em;
  color: #4C4C4C;
}

.sommaireDataBlockData select.bigSelect {
  padding: 10px;
  height: 39px;
  width: 346px;
  background: #ffffff;
  border-color: #ccc;
  border-radius: 0px;
  color: #615F5F;
  outline: none;
}

.sommaireDataBlockData select.smallSelect {
  padding: 10px;
  height: 39px;
  width: 30%;
  margin-right: 9px;
  background: #ffffff;
  border-color: #ccc;
  border-radius: 0px;
  color: #5F5C5C;
  outline: none;
  font-size: 0.80em;
}

.sommaireDataBlockData input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px rgb(245, 245, 245) inset;
  -webkit-text-fill-color: #444;
  border: 1px solid #ccc;
}

#sommaireBlockHeaderDivDetailSeparator {
  border-left: 2px solid #ffffff;
  padding-left: 40px;
  margin-left: 40px;
}

.sommaireDataBlockData select.bigSelect {
  padding: 10px;
  height: 39px;
  width: 344px;
}

.sommaireDataBlock {
  width: 350px;
  float: left;
  margin-top: 15px;
  margin-right: 50px;
}

.sommaireInfoBlock {
  display: block;
  color: #aaaaaa;
}

.sommaireDataBlockSubTitle {
  width: 112px;
  display: inline-block;
  color: #aaaaaa;
}

.submitButton {
  width: 200px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #585756;
  display: inline-block;
  position: relative;
  border: 0px;
  margin-top: 30px;
  width: 27%;
  display: inline-block;
  border: none;
  font-family: 'decima_nova_pro_heavy';
  font-size: 1em;
  text-transform: uppercase;
  color: white;
  padding: 15px 10px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  border-radius: 6px;
  position: relative;
  top: 0px;
  background-color: #4D4D4D;
  box-shadow: 0px 9px 0px 0px rgb(60, 60, 60);
  box-shadow: 0px 9px 0px 0px rgb(182, 100, 12);
  background-color: #F4511E;
}

.submitButton:hover {
  top: 6px;
  box-shadow: none!important;
  cursor: pointer;
}

.sommaireTablePhoneLinePhone {
  width: 60px;
  height: 90px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.sommaireTablePhoneLinePhone img {
  width: 60px;
  height: 90px;
}

.sommaireTablePhoneLine {
  display: block;
  overflow: hidden;
  color: #838383;
}

.sommaireTablePhoneLineData {
  width: 450px;
  display: block;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
  float: left;
  min-height: 100px;
}

.sommaireTablePhoneLineName {
  font-family: 'decima_nova_pro_heavy';
  color: #4D4D4D;
}

.sommaireTableForfaitLineName {
  /* font-style: italic; */
  margin: 0px 0px;
}

.sommaireTablePhoneLineData hr {
  width: 75%;
  background: #ccc;
  height: 1px;
  border: none;
  margin-left: 0px;
}

.sommaireTablePhoneLineUser {
  width: 625px;
  display: block;
  float: right;
  margin-left: 10px;
  color: #555555;
}

.sommaireTablePhoneLineUser input {
  font-size: 12px;
  height: auto;
  padding: 6px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  border: 1px solid #bbb;
  -webkit-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
  -moz-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
  -o-transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
  transition: all border linear 0.2s,box-shadow linear 0.2s,background linear 0.2s ease-out;
  outline: none;
  color: #5E5E5E;
}

.sommaireTablePhoneLineUser input:disabled {
  background: rgb(240, 240, 240);
}

.sommaireTablePhoneLineUser input:enabled:hover {
  background: rgba(249, 249, 249, 0.57);
}

.sommaireUserBlockData input[type="radio"]:last-child {
  margin-left: 10px;
}

.sommaireUserBlockData select {
  position: relative;
  height: 29px;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  color: #A3A0A0;
  background-color: #FFFFFF;
  width: 92%;
  outline: 0;
}

.sommaireUserBlockData select:disabled {
  background: rgb(240, 240, 240);
}

.sommaireUserBlock {
  float: left;
  margin-right: 20px;
  width: 185px;
  margin-bottom: 10px;
}

.sommaireUserBlockTitle {
  margin-bottom: 3px;
}

.sommaireTablePhoneLine:last-child {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 10px;
}
.sommaireTablePhoneLineData,  .sommaireTablePhoneLinePhone {
  margin-top: 2px;
}
.required {
  color: red;
  width: 10px;
  display: inline-block;
  text-align: left;
}

#utilisateursBody input.submitButton:first-child {
  background-color: #4D4D4D;
  box-shadow: 0px 9px 0px 0px rgb(60, 60, 60);
  margin-right: 20px;
}


#sommaireBody .blockHeaderDivLine1 {
  color: #F4511E;
}

#sommaireBody input.submitButton:first-child {
  background-color: #4D4D4D;
  box-shadow: 0px 9px 0px 0px rgb(60, 60, 60);
  margin-right: 20px;
}

a.radio-fx span, a.radio-fx {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
}

#skin_3 .radio, #skin_3 .radio-checked, #skin_3 a.radio-fx {
    width: 65px;
    height: 39px;
    background-size: 80px 50px;
}


#cc_visa.radio {
    background: url(https://ressource.d2email.com/portails/images/VisaBlack.jpg) no-repeat;
    background-size: 65px 39px;
}
#cc_visa.radio-checked {
    background: url(https://ressource.d2email.com/portails/images/Visa.jpg) no-repeat;
    background-size: 65px 39px;
}
#cc_mc.radio {
    background: url(https://ressource.d2email.com/portails/images/MasterCardBlack.jpg) no-repeat;
    background-size: 65px 39px;
}
#cc_mc.radio-checked {
    background: url(https://ressource.d2email.com/portails/images/MasterCard.jpg) no-repeat;
    background-size: 65px 39px;
}
#cc_ae.radio {
    background: url(https://ressource.d2email.com/portails/images/AmericanExpressBlack.jpg) no-repeat;
    background-size: 65px 39px;
}
#cc_ae.radio-checked {
    background: url(https://ressource.d2email.com/portails/images/AmericanExpress.jpg) no-repeat;
    background-size: 65px 39px;
}



.groupAppareilsTableCell {
    width: 197px;
    text-align: center;
    display: inline-table;
    position: relative;
    padding-top: 20px;
    margin-top: 30px; 
}

.groupAppareilsTableCell:after {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  height: 30%;
  top: 21%;
  margin-left: 12px;
}

.groupAppareilsListImage {
  height:150px; 
  width:100px;
}

.groupAppareilsGroupName {
  display: block;
  width: 197px;
  margin: 0 auto;
  height: 40px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}

.groupAppareilsSelectButton {
  width: 175px;
  height: 43px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #585756;
  margin-top: 20px;
  margin-bottom: 30px;
  z-index: 9999;
  position: relative;
  border: 0px;
  font-family: decima_nova_pro, sans-serif;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0px 6px 0px 0px rgb(55, 54, 53);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  position: relative;
  top: 0px;
  outline: none;
}

input.groupAppareilsSelectButton:hover {
  box-shadow: none;
  top: 5px;
}

.groupAccessoiresPhoneDiv {
  width: 396px;
  /* height: 350px; */
  float: left;
  text-align: center;
}

.groupAccessoiresPhoneDiv img {
  width: 70%;
}

.groupAccessoiresDiv {
  display: block;
  float: left;
}

#lessGroupAppareilsButton {
  background-color: #F4511E;
  border: none;
  font-family: 'decima_nova_pro_heavy';
  font-size: 1.3em;
  color: white;
  padding: 19px 0px;
  width: 100%;
  margin: 20px 0px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#lessGroupAppareilsButton:hover {
  background-color: #3F3D3D;
}

#groupAccessoiresBody span.blockHeaderDivLine1 {
  color: rgb(251, 133, 7);
  height: 45px;
}

.groupAccessoireDiv {
  width: 198px;
  float: left;
  display: block;
  height: 245px;
  border: 1px solid #aaaaaa;
  position: relative;
  box-sizing: border-box;  
} 

.groupAccessoireDiv:last-child {
  margin-bottom: 25px;
}

.groupAccessoireName {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 8px;
  height: 53px;
  color: #595959;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  position: relative;
}

.groupAccessoireImage {
  width: 122px;
  height: 122px;
  margin: 0 auto;
  display: block;
  margin-top: 7px;
}

.groupAccessoirePrice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  bottom: 0px;
}

.groupAccessoirePriceBase {
  display: inline-block;
  text-align: left;
  text-decoration: line-through;
  font-weight: bold;
  color: #565656;
}

.groupAccessoirePriceFinal {
  display: inline-block;
  text-align: right;
  color: #F4511E;
  float: right;
  font-size: 1.4em;
  font-family: 'decima_nova_pro_heavy', arial-black, sans-serif;
  line-height: 1em;
}



.groupAccessoireCellOver {
  width: 100%;
  position: absolute;
  z-index: 110;
  box-sizing: border-box;
  display: none;
  text-align: center;
  bottom: 130px;
  background: rgba(0, 0, 0, 0.64);
}   

.groupAccessoireCellOverImage {
  width: 150px;
  height: 150px;
  margin: 0px auto;
  display: none;
  
}

.groupAccessoireCellOverButton {
  width: 150px;
  height: 35px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #585756;
  z-index: 9999;
  position: relative;
  margin: 10px auto 10px;
  display: block;
}   


.groupAccessoireCellPlusMinusOverButton {
  line-height: 18px;
  position: relative;
  margin: 10px auto 10px;
  display: inline-block;
  width: 42px;
  height: 32px;
  border-radius: 5px;
  color: #585756;
  background-color: #FFFFFF;
  margin-top: -20px;
  margin-bottom: 30px;
  z-index: 9999;
  border: 0px;
  font-family: decima_nova_pro, sans-serif;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0px 6px 0px 0px rgb(203, 203, 203);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  position: relative;
  top: 0px;
  outline: none;
  margin: 5px 9px;
  margin-bottom: 13px;
}  

.groupAccessoireCellPlusMinusOverButton:hover {
  top: 5px;
  box-shadow: none;
} 

.groupAccessoireCellTotalOverInput {
    width: 30px;
  height: 28px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgb(216, 216, 216);
  outline: none;
  font-weight: bolder;
  color: rgb(251, 133, 7);
  font-size: 0.8em;
  top: 3px;
  position: relative;
}



.panierTableGroupLineSeparator {
  margin: 0px;
  height: 1px;
  background: #cccccc;
  border: 0px;
}

.panierTableGroupAccessoireLine {
  display: block;
  clear: both;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}

.panierTableGroupAccessoireLineImage {
  height: 75px;
  width: 75px;
  display: inline-block;
  float: left;
}

.panierTableGroupAccessoireLineImage img {
  height: 70px;
  width: 70px;
}

.panierTableGroupAccessoireLineName {
  width: 350px;
  display: inline-block;
  padding-left: 30px;
  border-left: 1px solid #aaaaaa;
  color: #555555;

}

.panierTableGroupAccessoireLineMonthValue {
  width: 160px;
  display: inline-block;
  color: #555555;
  text-align: right;
}

.panierTableGroupAccessoireLineSaleValue {
  width: 255px;
  display: inline-block;
  color: #555555;
  text-align: right;
}

.panierTableGroupAccessoireLineEdit {
  font-size: 12px;
  width: 120px;
  display: inline-block;
  text-align: center;
  margin-left: 120px;
}

.panierTableGroupPhoneLinePhone {
  height: 100px;
  width: 75px;
  display: inline-block;
  float: left;
  text-align: center;
}

.panierTableGroupPhoneLine a {
  position: relative;
  outline: none;
}

.panierTableGroupPhoneLinePhone img {
  height: 100px;
  max-width: 70px;
}

.panierTableGroupPhoneLine {
  display: block;
  clear: both;
  padding-bottom: 15px;
  padding-top: 15px;
  overflow: hidden;
  display: inline-flex;
  position: relative;
  width: 100%;
}

.panierTableGroupPhoneLineName {
  width: 100%;
  padding-left: 30px;
  color: #555555;
  line-height: 95px;
  margin-top: 0px;
  float: left;
  position: relative;
}

.panierTableGroupPhoneLineName:after {
  content: "";
  float: left;
  width: 80%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0px;
  box-shadow: none;
  margin-left: 15px;
}

.panierTableGroupPhoneLine:hover .img_edit {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.img_edit:hover {
  background-position: 0px -35px;
}


#utilisateursBody .blockHeaderDiv {
  height: 26px;
  border: none;
}

.submitButtonBlock {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
}

.sommaireTableLineSeparator {
  border-bottom: 1px solid #CDCDCD;
  height: 1px;
  border: none;
  background: rgba(128, 128, 128, 0.33);
  margin-bottom: 15px;
  clear: both;
}

.accessoires_accessoire_free {
  margin-top: 7px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.accessoires_accessoire_free_check {
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: transparent!important;
}

.loginLogo {
  background: transparent no-repeat center 100%;
  height: 50px;
  display: block;
  margin-bottom: 40px;
}

.loginLineInput, .loginPassword {
  margin: 0px auto 15px;
  display: block;
  padding: 15px 21px;
  width: 50%;
  text-align: center;
  background-color: #eeeeee;
  border: 0px;
  outline-color: rgba(58, 58, 58, 0.73);
  text-transform: uppercase;
}

.loginLineInput, .loginPassword[placeholder] {
  font-size: 14px;
  font-family: 'brandon_bld';
  font-weight: normal;
}

.loginLine input {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
}

.loginLine input:hover {
  background: rgb(244, 244, 244);
}

.login input:-webkit-autofill, .login input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px rgb(239, 239, 239) inset;
  -webkit-text-fill-color: #444;
  font-size: 14px;
  font-family: 'brandon_bld';
  font-weight: normal;
  text-transform: uppercase;
}

.loginBox {
  display: block;
  background-color: #ffffff;
  margin: 0px auto;
  position: relative;
}

.loginBox div {
  overflow: auto;
}

.loginLine {
  margin: 4px 0px;
}

.loginBoxBottom {
  background-color: #F4511E;
  display: block;
  bottom: 0px;
  width: 100%;
  margin-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.loginBoxTopLine1 {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  color: #F4511E;
  padding-top: 15px;
  font-family: 'brandon_bld', sans-serif;
}

.loginBoxTopLine2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #585756;
  padding-bottom: 15px;
  font-family: 'brandon_bld', sans-serif;
}

.loginBoxTop {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 15px;
}

.loginBoxTop a span {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 4px 7px;
  color: rgb(251, 133, 7);
  font-family: brandon_bld, sans-serif;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.loginBoxBottomLine {
  display: inline-block;
  padding: 10px;
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
}

.loginBoxBottom a {
  display: block;
  position: relative;
  text-align: center;
  float: left;
  width: 50%;
  padding: 11px;
  box-sizing: border-box;
}

.loginBoxTop a span:hover {
  color: rgb(68, 68, 68);
}

.loginBoxBottom a:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 16px;
}

.loginBoxBottom a:hover:last-child span {
  color: white!important;
}

.loginBoxBottom a:link, .loginBoxBottom a:visited, .loginBoxBottom a:hover, .loginBoxBottom a:active {
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.loginBoxBottom a:hover {
  background-color: rgba(48, 48, 48, 1);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.42) inset;
}

.loginBoxBottomLine {
  display: inline-block;
  padding: 10px;
  font-size: 25px;
  color: rgba(137, 77, 13, 1);
  font-family: 'decima_nova_pro_heavy';
    font-weight: normal;
}
 
.loginBoxBottomLine1 {
  color: #fff;
  font-size: 1.4em;
  display: block;
  font-weight: normal;
  margin-top: 5px;
  font-family: 'decima_nova_pro_heavy';
}

.loginBoxBottomLine2 {
  color: #fff;
  font-size: 11px;
  display: block;
  font-weight: bold;
}

.loginD2Bottom {
  display: block;
  margin: 30px auto;
  height: 30px;
}

.loginD2Logo {
  display: block;
  width: 285px;
  float: right;
  height: 41px;
  background-image: url('images/D2-Logo.png');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right;
}

.loginD2Contact {
  display: block;
  float: left;
  text-align: right;
  font-family: 'brandon_bld', sans-serif;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.loginD2ContactPoint {
  color: #F4511E;
  font-weight: bold;
  font-size: 20px;
}

.loginD2Contact {
  display: block;
  float: left;
  text-align: right;
  font-family: 'brandon_bld', sans-serif;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
   margin-top: -9px;
}


.loginD2ContactImage {
  margin-top: 1px;
  margin-right: 7px;
  float: left;
}

.d2ContactPhone{
 overflow: hidden;
}

.loginD2ContactImage img {
  width: 90%;
}

a.loginD2ContactEmail span {
  color: rgb(251, 133, 7);
}

.loginD2ContactNumber {
  float: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.35em;
  margin-bottom: 1px;
}

.loginD2ContactNumber span {
  color: rgb(251, 133, 7);
  margin: 0px 2px;
}

.d2ContactMail {
  overflow: hidden;
}

.d2ContactMail .loginD2ContactImage img {
  margin-top: 6px;
}
.d2ContactPhone .loginD2ContactImage img {
  width: 92%;
}

.loginD2ContactEmail {
  color: white;
  text-transform: uppercase;
  font-size: 13.5px;
  font-weight: bold;
  margin-top: 7px;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  float: left;
}

.loginD2ContactEmail:hover {
  color: rgb(251, 133, 7);
}

.telus_commande_login {
  bottom: 0px;
  position: absolute;
  padding: 10px 15px;
  /* text-align: center; */
  /* left: 50%; */
  /* margin-left: -289px; */
}

.telus_commande_login img {
  float: left;
}


.telus_commande_login span {
  position: relative;
  display: block;
  float: left;
  top: 11px;
  font-family: brandon_bld;
  color: white;
  font-size: 0.850em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29);
}

.commandeEnteteLine {
  border-bottom: 1px dotted #cccccc;
  height: 60px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}

.commandeEnteteLineLeft {
  position: absolute;
  left: 0px;
  width: 700px;
}

.commandeEnteteLineRight {
  position: absolute;
  right: 0px;
  width: 200px;
  text-align: right;
}

span.commandeEnteteTextLine1 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #F4511E;
  margin-top: 7px;
}


.commandeEnteteTextLine2 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.commandeIdLineNumero {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.commandeIdLineDate {
  display: block;
  font-size: 12px;
  color: #888888;
}

.commandeBlockInfo {
  margin-top: 30px;
  width: 100%;
  clear: both;
}

.commandeBlockInfoLeft {
  width: 550px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.commandeBlockInfoRight {
  width: 320px;
  height: inherit;
  float: left;
  margin-left: 30px;
}

.commandeBlockInfoTitle {
  border: 1px solid #F4511E;
  color: #F4511E;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 35px;
  line-height: 35px;
}

.commandeBlockInfoLine {
  height: 17px;
  border-bottom: 1px solid #F4511E;
  color: #000000;
  font-size: 13px;
  vertical-align: bottom;
  padding-top: 17px;
}

.commandeBlockInfoLineLeft {
  height: 17px;
  border-bottom: 1px solid #F4511E;
  color: #000000;
  font-size: 13px;
  vertical-align: bottom;
  padding-top: 17px;
}

.commandeBlockInfoLineRight {
  height: 17px;
  border-bottom: 1px solid #F4511E;
  color: #000000;
  font-size: 13px;
  vertical-align: bottom;
  padding-top: 17px;
}

.commandeBlockAppareilDataLine {
  height: 17px;
  border-bottom: 1px solid #F4511E;
  color: #000000;
  font-size: 13px;
  vertical-align: bottom;
  padding-top: 10px;
}

.commandeBlockAppareilRight {
  width: 300px;
  margin-left: 10px;
  display: block;
  float: left;
}

.commandeBlockAppareilLeft {
  width: 589px;
  display: block;
  float: left;
  min-height: 150px;
  border-right: 1px solid #cccccc;
}

.commandeBlockAppareil {
  margin-top: 10px;
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
}

.commandeBlockAppareilLine {
  height: 60px;
}

.commandeBlockAppareilLineImage {
  height: 60px;
  display: block;
  float: left;
  margin-right: 10px;
}

.commandeBlockAppareilLineName {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  border-left: 1px solid #cccccc;
  display: inline-block;
  width: 300px;
  color: #aaaaaa;
  float: left;
}

.commandeBlockAppareilLineMonthPrice, .commandeBlockAppareilLineBillPrice {
  height: 60px;
  line-height: 60px;
  width: 100px;
  color: #aaaaaa;
  float: left;
  text-align: right;
}


.commandeBlockAppareilLineImage img {
  height: 60px;
  display: inline-block;
}



.commandeBlockAppareilForfaitLine, .commandeBlockAppareilAccessoireLine {
  height: 40px;
  margin-top: 5px;
}

.commandeBlockAppareilForfaitLineName, .commandeBlockAppareilAccessoireLineName, .commandeBlockAccessoireLineName {
  height: 40px;
  border-left: 1px solid #cccccc;
  display: inline-block;
  width: 301px;
  color: #aaaaaa;
  float: left;
  overflow: hidden;
  padding-left: 20px;
}

.commandeBlockAppareilForfaitLineImage, .commandeBlockAppareilAccessoireLineImage, .commandeBlockAccessoireLineImage {
  height: 40px;
  display: block;
  float: left;
  margin-right: 10px;
}

.commandeBlockAppareilLine, .commandeBlockAppareilForfaitLine, .commandeBlockAppareilAccessoireLine {
  margin-bottom: 11px;
}

.commandeBlockAppareilForfaitLineImage img, .commandeBlockAppareilAccessoireLineImage img,
.commandeBlockAccessoireLineImage img {
  height: 40px;
  display: inline-block;
}

.commandeBlockAppareilForfaitLineMonthPrice, .commandeBlockAppareilForfaitLineBillPrice, 
.commandeBlockAppareilAccessoireLineMonthPrice, .commandeBlockAppareilAccessoireLineBillPrice,
.commandeBlockAccessoireLineMonthValue, .commandeBlockAccessoireLineSaleValue
 {
  height: 40px;
  line-height: 40px;
  width: 100px;
  color: #aaaaaa;
  float: left;
  text-align: right;
}



.commandeBlockAccessoireGroupLine {
  height: 40px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 5px;
}

.commandeBlockAccessoireGroupLinePhone {
  height: 40px;
  display: block;
  float: left;
}

.commandeBlockAccessoireGroupLinePhone img {
  height: 40px;
}

.commandeBlockAccessoireGroupLineName {
  height: 40px;
  line-height: 40px;
  color: #aaaaaa;
  margin-left: 30px;
}

.commandeBlockAccessoireLine {
  height: 40px;
  display: block;
  margin-bottom: 10px;
}


.commandeTotal {
  display: block;
  margin-top: 20px;
  border: 1px solid #cccccc;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  text-align: right;
}

.commandeTotalBill {
  border-left: 2px solid #000000;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}

.commandeTotalMonth {
  font-size: 18px;
  font-weight: bold;
}


.commandeBottom {
  width: 600px;
  margin: 30px auto 40px;
  text-align: center;
}

.logout_portail {
  text-align: right;
  margin-bottom: 0px;
  overflow: hidden;
  clear: both;
  margin-top: 40px;
}

.logout_portail input {
  width: 130px;
  border: 0px;
  color: #575757;
  background-color: #D3D3D3;
  padding: 10px 0px;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 4px;
  display: block;
  font-family: decima_nova_pro, sans-serif;
  font-size: 1em;
  font-weight: bold;
  box-shadow: 0px 6px 0px 0px rgb(148, 148, 148);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  position: relative;
  top: 0px;
  float: right;
  outline: none;
}

.logout_portail input:hover {
  top: 6px;
  box-shadow: none!important;
  cursor: pointer;
}

.headerOrders {
  width: 100%;
  text-align: right;
  height: 40px;
  margin-top: 10px;
  font-family: brandon_bld, sans-serif;
  font-weight: normal;
  color: white;
  font-size: 17px;
}



.blinkButton {
    background-color: #F4511E;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 30px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

@-webkit-keyframes glowing {
  0% { background-color: #F4511E; -webkit-box-shadow: 0 0 3px #F4511E; }
  50% { background-color: #545454; -webkit-box-shadow: 0 0 10px #545454; }
  100% { background-color: #F4511E; -webkit-box-shadow: 0 0 3px #F4511E; }
}

@-moz-keyframes glowing {
  0% { background-color: #F4511E; -moz-box-shadow: 0 0 3px #F4511E; }
  50% { background-color: #545454; -moz-box-shadow: 0 0 10px #545454; }
  100% { background-color: #F4511E; -moz-box-shadow: 0 0 3px #F4511E; }
}

@-o-keyframes glowing {
  0% { background-color: #F4511E; box-shadow: 0 0 3px #F4511E; }
  50% { background-color: #545454; box-shadow: 0 0 10px #545454; }
  100% { background-color: #F4511E; box-shadow: 0 0 3px #F4511E; }
}

@keyframes glowing {
  0% { background-color: #F4511E; box-shadow: 0 0 3px #F4511E; }
  50% { background-color: #545454; box-shadow: 0 0 10px #545454; }
  100% { background-color: #F4511E; box-shadow: 0 0 3px #F4511E; }
}




.blinkButton {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.blinkButtonLogin {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
